File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1127,6 +1127,7 @@ def filter_exceptions(event, hint):
1127
1127
DMS_COHORT_ANALYSIS = config ("DMS_COHORT_ANALYSIS" , default = None )
1128
1128
DMS_UPDATE_L10N_CONTRIBUTOR_METRICS = config ("DMS_UPDATE_L10N_CONTRIBUTOR_METRICS" , default = None )
1129
1129
DMS_CLEANUP_EXPIRED_USERS = config ("DMS_CLEANUP_EXPIRED_USERS" , default = None )
1130
+ DMS_CLEANUP_OLD_ACCOUNT_EVENTS = config ("DMS_CLEANUP_OLD_ACCOUNT_EVENTS" , default = None )
1130
1131
1131
1132
PROD_DETAILS_CACHE_NAME = "product-details"
1132
1133
PROD_DETAILS_STORAGE = config (
Original file line number Diff line number Diff line change @@ -396,6 +396,7 @@ def job_update_l10n_contributor_metrics():
396
396
coalesce = True ,
397
397
skip = settings .READ_ONLY ,
398
398
)
399
+ @babis .decorator (ping_after = settings .DMS_CLEANUP_OLD_ACCOUNT_EVENTS )
399
400
def job_cleanup_old_account_events ():
400
401
call_command ("cleanup_old_account_events" )
401
402
You can’t perform that action at this time.
0 commit comments